home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Abakt 0.9.1 / abakt-0.9.1.exe / Abakt.exe / 0 / RCDATA / TFRAMECHECKLISTBOX / TFRAMECHECKLISTBOX.txt
Text File  |  2005-04-18  |  2KB  |  127 lines

  1. object FrameCheckListBox: TFrameCheckListBox
  2.   Left = 0
  3.   Top = 0
  4.   Width = 509
  5.   Height = 403
  6.   TabOrder = 0
  7.   object tbar: TToolBar
  8.     Left = 0
  9.     Top = 0
  10.     Width = 509
  11.     Height = 52
  12.     AutoSize = True
  13.     ButtonWidth = 73
  14.     EdgeBorders = []
  15.     Flat = True
  16.     Images = DM.imgs_Buttons
  17.     List = True
  18.     ParentShowHint = False
  19.     ShowCaptions = True
  20.     ShowHint = False
  21.     TabOrder = 0
  22.     object tb_Add: TToolButton
  23.       Left = 0
  24.       Top = 0
  25.       AutoSize = True
  26.       Caption = '&Add'
  27.       ImageIndex = 0
  28.     end
  29.     object tb_Remove: TToolButton
  30.       Left = 50
  31.       Top = 0
  32.       AutoSize = True
  33.       Caption = '&Remove'
  34.       ImageIndex = 1
  35.     end
  36.     object tb_Edit: TToolButton
  37.       Left = 121
  38.       Top = 0
  39.       AutoSize = True
  40.       Caption = 'E&dit'
  41.       ImageIndex = 2
  42.     end
  43.     object ToolButton4: TToolButton
  44.       Left = 170
  45.       Top = 0
  46.       Width = 8
  47.       Caption = 'ToolButton4'
  48.       ImageIndex = 3
  49.       Style = tbsSeparator
  50.     end
  51.     object tb_All: TToolButton
  52.       Left = 178
  53.       Top = 0
  54.       AutoSize = True
  55.       Caption = 'A&ll'
  56.       ImageIndex = 4
  57.     end
  58.     object tb_None: TToolButton
  59.       Left = 220
  60.       Top = 0
  61.       AutoSize = True
  62.       Caption = '&None'
  63.       ImageIndex = 5
  64.     end
  65.     object ToolButton7: TToolButton
  66.       Left = 0
  67.       Top = 0
  68.       Width = 8
  69.       Caption = 'ToolButton7'
  70.       ImageIndex = 6
  71.       Wrap = True
  72.       Style = tbsSeparator
  73.     end
  74.     object tb_Up: TToolButton
  75.       Left = 0
  76.       Top = 30
  77.       Hint = 'Ctrl+Up'
  78.       AutoSize = True
  79.       Caption = 'Up'
  80.       ImageIndex = 6
  81.       ParentShowHint = False
  82.       ShowHint = True
  83.     end
  84.     object tb_Down: TToolButton
  85.       Left = 45
  86.       Top = 30
  87.       Hint = 'Ctrl+Down'
  88.       AutoSize = True
  89.       Caption = 'Down'
  90.       ImageIndex = 7
  91.       ParentShowHint = False
  92.       ShowHint = True
  93.     end
  94.     object tb_Sort: TToolButton
  95.       Left = 104
  96.       Top = 30
  97.       AutoSize = True
  98.       Caption = 'Sort'
  99.       ImageIndex = 8
  100.     end
  101.     object ToolButton12: TToolButton
  102.       Left = 154
  103.       Top = 30
  104.       Width = 8
  105.       Caption = 'ToolButton12'
  106.       ImageIndex = 4
  107.       Style = tbsSeparator
  108.     end
  109.     object tb_Clear: TToolButton
  110.       Left = 162
  111.       Top = 30
  112.       AutoSize = True
  113.       Caption = 'Clear'
  114.       ImageIndex = 3
  115.     end
  116.   end
  117.   object clb: TCheckListBox
  118.     Left = 0
  119.     Top = 52
  120.     Width = 509
  121.     Height = 351
  122.     Align = alClient
  123.     ItemHeight = 13
  124.     TabOrder = 1
  125.   end
  126. end
  127.